crypto/tls.SessionState.curveID (field)

6 uses

	crypto/tls (current package)
		handshake_client.go#L970: 	c.curveID = hs.session.curveID
		handshake_server.go#L552: 	c.curveID = sessionState.curveID
		ticket.go#L102: 	curveID CurveID
		ticket.go#L173: 		b.AddUint16(uint16(s.curveID))
		ticket.go#L289: 		if !s.ReadUint16((*uint16)(&ss.curveID)) {
		ticket.go#L310: 		curveID:          c.curveID,